home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8434 / 8434.xpi / chrome / content / unlock.xul < prev    next >
Extensible Markup Language  |  2009-11-05  |  2KB  |  26 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <dialog id="googleredesignedunlock"
  4. title="Unlock GDocs Redesigned"
  5. xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  6. xmlns:html="http://www.w3.org/1999/xhtml"
  7. onload=""
  8. windowtype="googleredesignedunlock"
  9. persist="screenX screenY width height sizemode"
  10. width="500"
  11. height="250"
  12. buttonlabelaccept="Unlock"
  13. ondialogaccept='unlock();return false;'>
  14.     <script type="application/javascript" src="unlock.js"/>
  15.     <tabpanels><tabpanel style="min-width:130px;width:auto;max-width:none;text-align:center;" orient="vertical">
  16.     <description>Google Redesigned Supporter users can now try new GDocs Redesigned style. If you are a Supporter please login with your Globex Designs account below to unlock the style. To join the Supporters group please consider making a donation to the Google Redesigned project at <description onclick="window.opener.gBrowser.selectedTab = window.opener.gBrowser.addTab('http://www.globexdesigns.com/products/gr');"    class="text-link" style="border:none !important;" href="http://readitlaterlist.com/unread">http://www.globexdesigns.com/products/gr</description></description>   
  17.     </tabpanel></tabpanels>
  18.     <grid>
  19.         <columns><column/><column flex="1"/></columns>
  20.         <rows>
  21.             <row id="userrow"  align="center"><label id="userlabel" value="User Name:" control="usertextbox"/><textbox id="usertextbox" chromedir="ltr"/></row>
  22.             <row id="passwordrow"  align="center"><label id="passwordlabel" value="Password:" control="passwordtextbox"/><textbox type="password" id="passwordtextbox"/></row>
  23.             <row id="tokenrow" hidden="true" align="center"><label id="tokenlabel" value="Token:" control="tokentextbox"/><textbox type="password" id="tokentextbox" value="GR123"/></row>
  24.         </rows>
  25.     </grid>
  26. </dialog>